3.1542 \(\int \frac{(2+3 x)^4 (3+5 x)}{(1-2 x)^2} \, dx\)

Optimal. Leaf size=46 \[ \frac{405 x^4}{16}+144 x^3+\frac{13419 x^2}{32}+\frac{16203 x}{16}+\frac{26411}{64 (1-2 x)}+\frac{57281}{64} \log (1-2 x) \]

[Out]

26411/(64*(1 - 2*x)) + (16203*x)/16 + (13419*x^2)/32 + 144*x^3 + (405*x^4)/16 + (57281*Log[1 - 2*x])/64

________________________________________________________________________________________

Rubi [A]  time = 0.0230955, antiderivative size = 46, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.05, Rules used = {77} \[ \frac{405 x^4}{16}+144 x^3+\frac{13419 x^2}{32}+\frac{16203 x}{16}+\frac{26411}{64 (1-2 x)}+\frac{57281}{64} \log (1-2 x) \]

Antiderivative was successfully verified.

[In]

Int[((2 + 3*x)^4*(3 + 5*x))/(1 - 2*x)^2,x]

[Out]

26411/(64*(1 - 2*x)) + (16203*x)/16 + (13419*x^2)/32 + 144*x^3 + (405*x^4)/16 + (57281*Log[1 - 2*x])/64

Rule 77

Int[((a_.) + (b_.)*(x_))*((c_) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Int[ExpandIntegran
d[(a + b*x)*(c + d*x)^n*(e + f*x)^p, x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] && NeQ[b*c - a*d, 0] && ((ILtQ[
n, 0] && ILtQ[p, 0]) || EqQ[p, 1] || (IGtQ[p, 0] && ( !IntegerQ[n] || LeQ[9*p + 5*(n + 2), 0] || GeQ[n + p + 1
, 0] || (GeQ[n + p + 2, 0] && RationalQ[a, b, c, d, e, f]))))

Rubi steps

\begin{align*} \int \frac{(2+3 x)^4 (3+5 x)}{(1-2 x)^2} \, dx &=\int \left (\frac{16203}{16}+\frac{13419 x}{16}+432 x^2+\frac{405 x^3}{4}+\frac{26411}{32 (-1+2 x)^2}+\frac{57281}{32 (-1+2 x)}\right ) \, dx\\ &=\frac{26411}{64 (1-2 x)}+\frac{16203 x}{16}+\frac{13419 x^2}{32}+144 x^3+\frac{405 x^4}{16}+\frac{57281}{64} \log (1-2 x)\\ \end{align*}

Mathematica [A]  time = 0.0111114, size = 49, normalized size = 1.07 \[ \frac{12960 x^5+67248 x^4+177840 x^3+411144 x^2-582198 x+229124 (2 x-1) \log (1-2 x)+55831}{256 (2 x-1)} \]

Antiderivative was successfully verified.

[In]

Integrate[((2 + 3*x)^4*(3 + 5*x))/(1 - 2*x)^2,x]

[Out]

(55831 - 582198*x + 411144*x^2 + 177840*x^3 + 67248*x^4 + 12960*x^5 + 229124*(-1 + 2*x)*Log[1 - 2*x])/(256*(-1
 + 2*x))

________________________________________________________________________________________

Maple [A]  time = 0.004, size = 37, normalized size = 0.8 \begin{align*}{\frac{405\,{x}^{4}}{16}}+144\,{x}^{3}+{\frac{13419\,{x}^{2}}{32}}+{\frac{16203\,x}{16}}+{\frac{57281\,\ln \left ( 2\,x-1 \right ) }{64}}-{\frac{26411}{128\,x-64}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2+3*x)^4*(3+5*x)/(1-2*x)^2,x)

[Out]

405/16*x^4+144*x^3+13419/32*x^2+16203/16*x+57281/64*ln(2*x-1)-26411/64/(2*x-1)

________________________________________________________________________________________

Maxima [A]  time = 1.37809, size = 49, normalized size = 1.07 \begin{align*} \frac{405}{16} \, x^{4} + 144 \, x^{3} + \frac{13419}{32} \, x^{2} + \frac{16203}{16} \, x - \frac{26411}{64 \,{\left (2 \, x - 1\right )}} + \frac{57281}{64} \, \log \left (2 \, x - 1\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^4*(3+5*x)/(1-2*x)^2,x, algorithm="maxima")

[Out]

405/16*x^4 + 144*x^3 + 13419/32*x^2 + 16203/16*x - 26411/64/(2*x - 1) + 57281/64*log(2*x - 1)

________________________________________________________________________________________

Fricas [A]  time = 1.22178, size = 153, normalized size = 3.33 \begin{align*} \frac{3240 \, x^{5} + 16812 \, x^{4} + 44460 \, x^{3} + 102786 \, x^{2} + 57281 \,{\left (2 \, x - 1\right )} \log \left (2 \, x - 1\right ) - 64812 \, x - 26411}{64 \,{\left (2 \, x - 1\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^4*(3+5*x)/(1-2*x)^2,x, algorithm="fricas")

[Out]

1/64*(3240*x^5 + 16812*x^4 + 44460*x^3 + 102786*x^2 + 57281*(2*x - 1)*log(2*x - 1) - 64812*x - 26411)/(2*x - 1
)

________________________________________________________________________________________

Sympy [A]  time = 0.106839, size = 39, normalized size = 0.85 \begin{align*} \frac{405 x^{4}}{16} + 144 x^{3} + \frac{13419 x^{2}}{32} + \frac{16203 x}{16} + \frac{57281 \log{\left (2 x - 1 \right )}}{64} - \frac{26411}{128 x - 64} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)**4*(3+5*x)/(1-2*x)**2,x)

[Out]

405*x**4/16 + 144*x**3 + 13419*x**2/32 + 16203*x/16 + 57281*log(2*x - 1)/64 - 26411/(128*x - 64)

________________________________________________________________________________________

Giac [A]  time = 2.20702, size = 89, normalized size = 1.93 \begin{align*} \frac{3}{256} \,{\left (2 \, x - 1\right )}^{4}{\left (\frac{2076}{2 \, x - 1} + \frac{14364}{{\left (2 \, x - 1\right )}^{2}} + \frac{66248}{{\left (2 \, x - 1\right )}^{3}} + 135\right )} - \frac{26411}{64 \,{\left (2 \, x - 1\right )}} - \frac{57281}{64} \, \log \left (\frac{{\left | 2 \, x - 1 \right |}}{2 \,{\left (2 \, x - 1\right )}^{2}}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2+3*x)^4*(3+5*x)/(1-2*x)^2,x, algorithm="giac")

[Out]

3/256*(2*x - 1)^4*(2076/(2*x - 1) + 14364/(2*x - 1)^2 + 66248/(2*x - 1)^3 + 135) - 26411/64/(2*x - 1) - 57281/
64*log(1/2*abs(2*x - 1)/(2*x - 1)^2)